-- JSON module extracted from ITU-T Y.4473 (08/2020)

//Example 34 -An example Observation of the above MultiDatastream: //Note that the order of the elements in the result array match //(1) the order of the related ObservedProperties (i.e., Observation(id)/MultiDatastreams(id)/ObservedProperties ), //(2) the order of the related unitOfMeasurements array (i.e., Observation(id)/ MultiDatastream(id)/unitOfMeasurements ) and //(3) the order of the related multiObservationDataTypes (i.e., Observation(id)/MultiDatastream(id)/multiObservationDataTypes). { "@iot.id": 1, "@iot.selfLink": "http://example.org/v1.0/Observations(1)", "FeatureOfInterest@iot.navigationLink": "Observations(1)/FeatureOfInterest", "MultiDatastream@iot.navigationLink": "Observations(1)/MultiDatastream", "phenomenonTime": "2014-12-31T11:59:59.00+08:00", "resultTime": "2014-12-31T11:59:59.00+08:00", "result": [ 25, 65, "clear" ] }